.header
{
height:300px;
width:1200px;
margin-right:auto;
margin-left:auto;
background-color:white;
}
 .logo
 {
    height:30px;
width:10px; 
}
.home
{
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
width: 5px;
height: 150px;
margin-left: auto;
margin-right: auto;
position:relative;
top:20px;
left: 100px;
}
.services
{
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
width: 5px;
height: 100px; 
position: relative;
bottom: 128px;
left: 450px;
}
.about
{
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
width: 5px;
height: 150px;      
position:relative;
bottom:230px;
left:825px;
}
.contact
{
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
width: 5px;
height: 150px;      
margin-left: auto;
margin-right: auto;
position:relative;
bottom: 379px;
left:1100px;
}
.para
{
 text-align: center;
    font-style:normal;
    position: relative;
    bottom:760px;
    font-size:50px;
left: 500px;
}

main {
  padding: 1rem;
}

.song-list li {
  background-color: white;
  margin: 1rem ;
  padding: 1rem;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
   box-sizing: content-box;
}

footer {
  background-color: #222;
  color: white;
  text-align: center;
  padding: 1rem;
  margin-top: 2rem;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background:linear-gradient(120deg, #6dd5fa);
  height: 100px;
  width:1200px;
}
